โ– humdrum codex / glint v1.0.2
license AGPL-3.0
1.2 KB raw
id
TASK-024
title
Move line up / down (reorder list items, cursor follows)
status
๐Ÿ Done
assignee
created_date
2026-06-29 21:43
updated_date
2026-06-30 04:46
labels
feature, release-1
dependencies
priority
medium
ordinal
24000

Description

Keybinding to move the current line up or down, swapping it with the adjacent line. The cursor stays on the moved line (same content), so repeating the key walks an item several positions in one motion โ€” e.g. move a list item up three spots with three presses. Works on any line but the primary use is reordering list items. Should be a single undo step per move and keep the cursor column.

Acceptance Criteria